home *** CD-ROM | disk | FTP | other *** search
- ;DO NOT change [Setup] OR the words BEFORE the "=" sign! DO however, change what is
- ;AFTER the "=" sign!
-
- [Setup]
- addonname=MP3 Player
- addonver=1.2
- author=SethD
- email=SethD@C-Script.com
- info=MP3 Player will allow users to play MPEG Layer 3 files over IRC.
-
- ;DO NOT change [Install] but DO make the necessary changes to the rest of the below.
- ;Make sure you keep the "set %sample.adn <addon info>" but change it to the correct
- ;syntax for your addon (see C-Help -> Addons -> Rule #9)
-
- [Install]
- wincheck -a @AddonáSetup $center(450,180,@addonásetup) $wh(450,180,@addonásetup) Courier New 12
- echo @AddonáSetup C-Script Add-On Installation
- echo @AddonáSetup á
- echo @AddonáSetup Installing MP3 Player v1.2 by SethD <SethD@C-Script.com> ...
- echo @AddonáSetup á
- set %mp3-play.adn MP3 Player v1.2 by SethD <SethD@C-Script.com>
- .load -rs $adn(mp3-play.mrc)
- .save -rv sysfiles\remote\vars.mrc
- echo @AddonáSetup Installation Complete
- echo @AddonáSetup Type /mp3play-help for help on this addon
-